home *** CD-ROM | disk | FTP | other *** search
Text File | 1985-02-26 | 1.1 KB | 40 lines | [TEXT/EDIT] |
- *************************************************************************
- * Title: MacFORTRAN Subprogram Cross-Referencer - Parameter File
- *
- * Produced by: Absoft South, Inc. Date: 1/15/85
- *
- * Purpose: To define constant values that are important to the proper
- * operation of this code. The constants all represent logical
- * unit numbers for the particular files that may be opened.
- *
- * Notes:
- *
- * Warnings/Limitations:
- *
- * Modification History:
- *
- *************************************************************************
- * Logical unit number for the console I/O.
- INTEGER CONSOLE
- PARAMETER (CONSOLE=9)
-
- * Logical unit number for the calling structure file.
- INTEGER ISRUNIT
- PARAMETER (ISRUNIT=29)
-
- * Logical unit number for the calling structure file.
- INTEGER LEVEL
- PARAMETER (LEVEL=30)
-
- * Logical unit number for the symbol table.
- INTEGER SYMBOL
- PARAMETER (SYMBOL=31)
-
- * Logical unit number for the reference table.
- INTEGER REFERENCE
- PARAMETER (REFERENCE=32)
-
- * Logical unit number for the main program source.
- INTEGER MAIN
- PARAMETER (MAIN=33)
-